home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-1.iso / CDROM / Basic Apps / OmniWeb.1.0.app / English.lproj / Bookmarks.nib / data.classes next >
Encoding:
Text File  |  1995-02-02  |  932 b   |  33 lines

  1. OWDestinationWell = {
  2.     ACTIONS = {"takeURLFrom:" = "takeURLFrom:"; }; 
  3.     OUTLETS = {companion = companion; }; 
  4.     SUPERCLASS = Control; 
  5. };
  6. BookmarkController = {
  7.     ACTIONS = {
  8.     "effectChanged:" = "effectChanged:"; 
  9.     "orderFront:" = "orderFront:"; 
  10.     "reload:" = "reload:"; 
  11.     "save:" = "save:"; 
  12.     "saveAs:" = "saveAs:"; 
  13.     "takeURLStringFrom:" = "takeURLStringFrom:"; 
  14.     }; 
  15.     OUTLETS = {
  16.     annotationText = annotationText; 
  17.     asBrowserSwitch = asBrowserSwitch; 
  18.     destinationWell = destinationWell; 
  19.     listView = listView; 
  20.     progressView = progressView; 
  21.     statusView = statusView; 
  22.     urlEntry = urlEntry; 
  23.     }; 
  24.     SUPERCLASS = Object; 
  25. };
  26. ListView = {
  27.     ACTIONS = {"appendItem:" = "appendItem:"; "removeItem:" = "removeItem:"; }; 
  28.     OUTLETS = {delegate = delegate; }; 
  29.     SUPERCLASS = View; 
  30. };
  31. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  32. ProgressView = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = View; };
  33.